home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / #Headers / CommonLib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-30  |  595 b   |  19 lines  |  [TEXT/KAHL]

  1. /*    93/12/17 aih added release levels (now moved to ReleaseLib.h)
  2.     93/03/12 aih simplified, zapped long rev history
  3.     90/11/08 aih created parts of this file */
  4.  
  5. #pragma once
  6.  
  7. /* #define COLOR (1) */    /* define to enable color dependent code */
  8.  
  9. #ifdef THINK_C
  10.     #define volatile /* till compiler supports volatile keyword */
  11. #endif /* THINK_C */
  12.  
  13. void *memclr(void *p, unsigned long n);
  14.  
  15. #include "ReleaseLib.h"     /* must be first header */
  16. #include "TypeLib.h"            /* types needed for other stuff */
  17. #include "AssertLib.h"        /* assertion handling */
  18. #include "ExceptionLib.h"    /* exception handling */
  19.